home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
xwindows
/
demos
/
xfract_1.z
/
xfract_1
/
xfractint-1.06
/
calcmand.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-28
|
381b
|
19 lines
/* calcmand.c
* This file contains routines to replace calcmand.asm.
*
* This file Copyright 1991 Ken Shirriff. It may be used according to the
* fractint license conditions, blah blah blah.
*/
#include <fractint.h>
unsigned long savedmask;
long linitx, linity;
calcmandasm() {
printf("Warning: called calcmandasm\n");
}
code16bit() {}
checkperiod() {}
code32bit() {}